home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 64 < prev    next >
Internet Message Format  |  1994-08-27  |  812b

  1. Date: Wed, 27 Jan 93 16:45:36 -0500
  2. From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
  3. To: julian@GINA.UNI-MUENSTER.DE
  4. In-Reply-To: Julian F. Reschke's message of Wed, 27 Jan 93 13:36:27 MET DST <9301271236.AA15449@math.uni-muenster.de>
  5. Subject: utime()
  6.  
  7. >Proposal: let's define a new opcode for Fcntl that basically implements
  8. >the POSIX utime() function. Advantages: no need for changes in the kernel.
  9.  
  10. The behavior of Fcntl can't be changed without changing the kernel.
  11.  
  12. >The library implementation for utime() could then do something like that:
  13. >
  14. >- setup the utimbuf struct
  15. >- if (MiNT_is_running): try the new Fcntl (check return for EINVFN)
  16. >- otherwise use Fdatime().
  17.  
  18. Yes, it should do that...but it will need kernel support (which may
  19. already exist as far as I know).
  20.  
  21. cheers,
  22. entropy
  23.